Skip to content

Feature/tomersh/process large boards#37

Open
tomermonday wants to merge 7 commits intomasterfrom
feature/tomersh/process-large-boards
Open

Feature/tomersh/process large boards#37
tomermonday wants to merge 7 commits intomasterfrom
feature/tomersh/process-large-boards

Conversation

@tomermonday
Copy link
Collaborator

Adding new function to handle large boards where CursorExpiredError may be raised during board data fetching

Comment on lines 53 to 54
query_params: Optional[Mapping[str, Any]],
limit: int,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
query_params: Optional[Mapping[str, Any]],
limit: int,
limit: Optional[int] = DEFAULT_PAGE_LIMIT_ITEMS,
is_large_board: bool = False,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants